home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20041116-20060924 / 000082_slash_dev_slas…_2000@yahoo.com_Fri Apr 1 14:12:33 2005.msg < prev    next >
Internet Message Format  |  2006-09-27  |  4KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!router1.news.adelphia.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail
  2. From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Help: MS-Kermit 3.15 and VT320 emulation
  5. Date: 31 Mar 2005 19:42:49 -0800
  6. Organization: http://groups.google.com
  7. Lines: 73
  8. Message-ID: <1112326969.632742.233690@z14g2000cwz.googlegroups.com>
  9. References: <slrnd4k4ie.k8r.bevakupf@myhome.net>
  10. NNTP-Posting-Host: 209.182.169.133
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset="iso-8859-1"
  13. X-Trace: posting.google.com 1112326982 28078 127.0.0.1 (1 Apr 2005 03:43:02 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Fri, 1 Apr 2005 03:43:02 +0000 (UTC)
  16. User-Agent: G2/0.2
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: z14g2000cwz.googlegroups.com; posting-host=209.182.169.133;
  19.    posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15318
  21.  
  22. Bev A. Kupf wrote:
  23. > I hope this question is appropriate for this group.
  24.  
  25. It is. It probably would have been answered before now by someone more
  26. knowledgeable than I, but it seems to have not reached the news server
  27. at Columbia for some reason (at least it isn't in the archive there).
  28.  
  29. >A piece of
  30. > equipment in the department I work in (Beckman scintillation
  31. > counter) was connected to a VT320 terminal, which died.  The
  32. > connection was a serial connection - 19200 bps, 8 data bits,
  33. > no parity, 1 stop bit.
  34. >
  35. > A new VT320 is beyond the budget of the group that owns the
  36. > scintillation counter, so they asked me if I can hook it up
  37. > to an old PC.  I did that by loading DOS 5.0 on an old 386,
  38. > and using MS-Kermit 3.15 as a terminal emulator.  The kermit
  39. > initialization file contains the following commands:
  40. >
  41. > set port com1
  42. > set speed 19200
  43. > set flow none
  44.  
  45. You might want 'set flow xon/xoff' here. it might make a difference.
  46.  
  47.  
  48. > set carrier off
  49. > set term type vt320
  50. > connect
  51. >
  52. > I can communicate just fine with the instrument via Kermit, and
  53. > the data it sends back does draw on the screen.
  54. >
  55. > However, before new data is displayed on the screen, the screen
  56. > isn't "blanked", rather new stuff is written on top of old stuff.
  57.  
  58. What did the real vt320 do? Did it clear the screen or scroll the
  59. screen. What does the Kermit emulation do? Does it restore the cursor
  60. to the top left and then 'type' over the old data or does it just
  61. overstrike on the bottom line or on the top line?
  62.  
  63. > What parameters can I alter in Kermit so that the screen is
  64. > redrawn properly.
  65.  
  66. It may be something simple like 'set terminal cr-display crlf', or it
  67. may be that Kermit isn't recognizing or is misinterperting the "host"
  68. command to clear the screen and restore the cursor. It isn't too
  69. likely, but it may be that the lack of flow control is causing part of
  70. the sequence to get lost.
  71.  
  72. So, what is the expected behavior of the "vt320" and what command
  73. sequences if any are sent by the scintillation counter to accomplish
  74. this.
  75.  
  76. Note: With K-95, you can see control characters and escape sequences
  77. with 'set terminal debug on', but this command doesn't work in some
  78. versions including 2.1.3 (on works like off), so you have to use alt-D
  79. to toggle the setting. I don't recall if there's a similar function in
  80. MS-Kermit.
  81.  
  82.  
  83. > Thanks so much!
  84. > Beverly
  85. >
  86. > P.S. I had the same problem when I tried Kermit95 running on
  87. > Windows 2000 PC.
  88. > --
  89. > Many a smale maketh a grate -- Geoffrey Chaucer
  90.  
  91. --
  92. Mark Sapiro msapiro at value net      The highway is for gamblers,
  93. San Francisco Bay Area, California    better use your sense - B. Dylan
  94.